Fix trackfilter.
authorRobert Lipe <robertlipe@gpsbabel.org>
Mon, 13 Nov 2017 17:13:46 +0000 (11:13 -0600)
committerRobert Lipe <robertlipe@gpsbabel.org>
Mon, 13 Nov 2017 17:13:46 +0000 (11:13 -0600)
trackfilter.cc

index 2cc562ad3b97cb49f80a61c93df5953ff31dade4..603ab310253237da95693a4582ca36024228a39d 100644 (file)
@@ -162,8 +162,8 @@ arglist_t trackfilter_args[] = {
     TRACKFILTER_MINPOINTS_OPTION, &opt_minpoints,
     "Discard tracks with fewer than these points",
     NULL, ARGTYPE_INT, "0", "50", nullptr
-  }//,
-  //ARG_TERMINATOR
+  },
+  ARG_TERMINATOR
 };